Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Wed, 14 Aug 2013 02:25:16 +0000 (22:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Aug 2013 02:25:16 +0000 (22:25 -0400)
gtk/gtkwidget.c

index 36e3484ad98f1c66cbafe27c92136e66b4c6367a..f06d50cd0944681c5140c9282cb862195bc95692 100644 (file)
@@ -14802,7 +14802,7 @@ gtk_widget_set_window (GtkWidget *widget,
  * @window: a #GdkWindow
  *
  * Registers a #GdkWindow with the widget and sets it up so that
- * the widget recieves events for it. Call gtk_widget_unregister_window()
+ * the widget receives events for it. Call gtk_widget_unregister_window()
  * when destroying the window.
  *
  * Before 3.8 you needed to call gdk_window_set_user_data() directly to set